projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd6a68
)
Fix typo in edebug-backtrace-hide-instrumentation's docstring.
author
Gemini Lasswell
<gazally@runbox.com>
Fri, 27 Jul 2018 19:37:10 +0000
(12:37 -0700)
committer
Gemini Lasswell
<gazally@runbox.com>
Fri, 3 Aug 2018 15:54:08 +0000
(08:54 -0700)
* lisp/emacs-lisp/edebug.el (edebug-backtrace-hide-instrumentation):
Fix docstring copypasta.
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index fc295485fd4f96a4a6d4ca2939495dab2eacdc7d..fa418c6828108b1b3bf9452a01b91f1859e3ffc9 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-4108,7
+4108,7
@@
Save DEF-NAME, BEFORE-INDEX and AFTER-INDEX in FRAME."
(revert-buffer)))
(defun edebug-backtrace-hide-instrumentation ()
- "
Show
Edebug's instrumentation in an Edebug Backtrace buffer."
+ "
Hide
Edebug's instrumentation in an Edebug Backtrace buffer."
(interactive)
(unless (eq backtrace-frames edebug-backtrace-frames)
(setq backtrace-frames edebug-backtrace-frames)